Defines a table that can be added to a flow document.
This method supports the internal library infrastructure and should not be used by external client code.
Initializes a new PDFFlowTableContent object with the specified number of columns.
Initializes a new PDFFlowTableContent object with the specified columns.
Adds a listener for the create page event.
Adds a listener for the create page event
Adds a listener for the before flow content draw event.
Adds a listener for the before flow content draw event
Adds a row to the table.
Adds a new row in the table and creates a string cell for each value in the array.
Creates a new cell based on the property.
Gets the content background.
The background that fills the flow content bounding rectangle.
Gets the table border.
Gets the column at the specified index.
Gets the table columns.
Gets the content height.
When this method is called for the first time, the content height is calculated. Subsequent calls with the same 'width' parameter return the already computed height.
Gets the default cell model.
Gets the destination name.
A named destination is created at the top of flow content when this property is not null or an empty string.
Gets the header rows.
Gets the content inner margins.
The inner margins are located inside the content's bounding rectangle. The margins are applied to content as a whole and not to parts of content when content is split across pages.
Minimum height for table rows.
Gets the content outer margins.
The outer margins are located outside the content's bounding rectangle. The margins are applied to content as a whole and not to parts of content when content is split across pages.
Gets the row at the specified index.
Gets the table rows.
Gets the structure element.
Gets an arbitrary object value that can be used to store custom information about this element.
This method supports the internal library infrastructure and should not be used by external client code.
This method supports the internal library infrastructure and should not be used by external client code.
Removes a listener for the create page event.
Removes a listener for the create page event
Removes a listener for the before flow content draw event.
Removes a listener for the before flow content draw event
Sets the content background.
The background that fills the flow content bounding rectangle.
Sets the table border.
Sets the default cell model.
Sets the destination name.
A named destination is created at the top of flow content when this property is not null or an empty string.
Sets the content inner margins.
The inner margins are located inside the content's bounding rectangle. The margins are applied to content as a whole and not to parts of content when content is split across pages.
Minimum height for table rows.
Sets the content outer margins.
The outer margins are located outside the content's bounding rectangle. The margins are applied to content as a whole and not to parts of content when content is split across pages.
Sets the structure element.
Sets an arbitrary Object value that can be used to store custom information about this element.